home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupfs.zip / setupfs.exe / {app} / ScriptFilterSettings_Original.txt < prev    next >
Text File  |  2009-07-31  |  6KB  |  214 lines

  1.       Folder Synchronize Command Script Syntax (Ver 3.0)
  2.                      Funduc Software, Inc
  3.                       Copyright 1997-2009
  4.    http://www.funduc.comááááhttp://www.searchandreplace.com
  5.       support@Funduc.com áááásupport@searchandreplace.com
  6.  
  7.                   FILTER SETTINGS FOR SCRIPTS
  8.  
  9.  
  10. # and ' are the comment characters for scripts but this file is
  11. NOT a sample script. DO NOT submit this file to the program as
  12. a script.
  13.  
  14. This uses an older syntax style.  Version 3.0 supports this
  15. style but we suggest using the style presented in the program
  16. Winhlp documentation and the "FoldSyncSyntax.sfs" file.
  17.  
  18. IMPORTANT NOTE: This syntax style does not support the v 3.0
  19. Prompted & Custom Synchronize choices that are available in the
  20. syntax style described in 'FoldSyncSyntax.sfs'.
  21.  
  22.  
  23. Here are some details and example settings for the various
  24. filter switches.  Please note that there is a slight difference
  25. in the switch verbs with the two syntax forms:
  26.  
  27.   Original Syntax Form         Folder Synchronize Form 
  28.   -------------------------    -----------------------
  29.   Filter Skip Mask=            Skip Files Mask=
  30.   Ignored Attributes Mask=     Ignore Attributes=
  31.  
  32. The file skip, attribute, and reverse filter swtiches work in
  33. combination with each other.  The number of combinations of
  34. values is extensive.  Some example settings are below.
  35. Additional settings are possible.  Write support@funduc.com if
  36. you need help.
  37.  
  38. # *** SIZE & DATE EXCLUDE FILTERS ***
  39. # Size & date filters exclude files by size &/or date. Any files
  40. # that are less than the minimum size (in bytes) will be excluded
  41. # from the operation. If you use Reverse Filters=1, the settings
  42. # work as 'include' filters. Dates use the format specified in
  43. # Control Panel (Regional Settings). Leave blank or omit entirely if
  44. # you want no setting.
  45.  
  46. # Also note that you can use the string, %%today%%, for the two 
  47. # date filters. When specified, %%today%% automatically uses the
  48. # current computer date for the respective filter setting. You can
  49. # add or subtract days by specifying a +/- value before the ending
  50. # %%. Examples: %%today-5%% uses a date filter of the current date
  51. # minus 5 days; %%today+1%% adds one day to the current date.
  52.  
  53. # Min Size Filter=0
  54. # Max Size Filter=100000
  55. # Min Date Filter=8/21/2001
  56. # Max Date Filter=8/23/2004
  57.  
  58. # *** REVERSE FILTERS ***
  59. # Reverse filters= is used to make the other filter switches
  60. # function as exlude or include filters. For example, Reverse
  61. # Filters=0 & Max Date Filter=01/01/2000 excludes all files with a
  62. # stamp after Jan 01, 2000. Reverse Filters=1 changes this to
  63. # include only files dated Jan 01, 2000 or after.
  64. # The values are: 
  65. # 0 = Do not use Reverse Filtering.
  66. # 1 = Reverse Filter mode enabled.
  67. # If not specified, Default = 0.
  68. Reverse Filters=0
  69.  
  70. # *** FILE & DIRECTORY ATTRIBUTE FILTERS ****
  71. #
  72. # The Filter Skip Mask= and Ignored Attributes Mask= switches are used
  73. # together, in conjunction with Reverse Filters= to exclude/include
  74. # some file types in the operation. 
  75.  
  76. # The default values of Filter Skip Mask=0 & Ignored Attributes Mask=55
  77. # mean no files or subdirs are filtered. If you wish to use these
  78. # defaults it is not necessary to specify these switches. 
  79.  
  80. # Please use the below list for some common settings.
  81.  
  82. # *** SOME SAMPLE SETTINGS ****
  83. # Paste all three script switches into your script.
  84.  
  85. # Include files that are Read-Only along with any other attribute
  86. Filter Skip Mask=1
  87. Ignored Attributes Mask=54
  88. Reverse Filters=1
  89.  
  90. # Exclude files that are Read-Only along with any other attribute
  91. Filter Skip Mask=1
  92. Ignored Attributes Mask=54
  93. Reverse Filters=0
  94.  
  95. # Include files that that are solely Read-Only
  96. Filter Skip Mask=1
  97. Ignored Attributes Mask=16
  98. Reverse Filters=1
  99.  
  100. # Exclude files that that are solely Read-Only
  101. Filter Skip Mask=1
  102. Ignored Attributes Mask=16
  103. Reverse Filters=0
  104.  
  105. # Include Archive along with any other attribute
  106. Filter Skip Mask=32
  107. Ignored Attributes Mask=23
  108. Reverse Filters=1
  109.  
  110. # Exclude Archive along with any other attribute
  111. Filter Skip Mask=32
  112. Ignored Attributes Mask=23
  113. Reverse Filters=0
  114.  
  115. # Include solely Archive
  116. Filter Skip Mask=32
  117. Ignored Attributes Mask=16
  118. Reverse Filters=1
  119.  
  120. # Exclude solely Archive
  121. Filter Skip Mask=32
  122. Ignored Attributes Mask=16
  123. Reverse Filters=0
  124.  
  125. # Include System along with any other attribute
  126. Filter Skip Mask=4
  127. Ignored Attributes Mask=51
  128. Reverse Filters=1
  129.  
  130. # Exclude System along with any other attribute
  131. Filter Skip Mask=4
  132. Ignored Attributes Mask=51
  133. Reverse Filters=0
  134.  
  135. # Include solely System 
  136. Filter Skip Mask=4
  137. Ignored Attributes Mask=16
  138. Reverse Filters=1
  139.  
  140. # Exclude solely System 
  141. Filter Skip Mask=4
  142. Ignored Attributes Mask=16
  143. Reverse Filters=0
  144.  
  145. # Include Hidden along with any other attribute
  146. Filter Skip Mask=2
  147. Ignored Attributes Mask=53
  148. Reverse Filters=1
  149.  
  150. # Exclude Hidden along with any other attribute
  151. Filter Skip Mask=2
  152. Ignored Attributes Mask=53
  153. Reverse Filters=0
  154.  
  155. # Include solely Hidden
  156. Filter Skip Mask=2
  157. Ignored Attributes Mask=16
  158. Reverse Filters=1
  159.  
  160. # Exclude solely Hidden
  161. Filter Skip Mask=2
  162. Ignored Attributes Mask=16
  163. Reverse Filters=0
  164.  
  165. # Include Read-Only & Hidden along with any other attribute
  166. Filter Skip Mask=3
  167. Ignored Attributes Mask=52
  168. Reverse Filters=1
  169.  
  170. # Exclude Read-Only & Hidden along with any other attribute
  171. Filter Skip Mask=3
  172. Ignored Attributes Mask=52
  173. Reverse Filters=0
  174.  
  175. # Include solely Read-Only & Hidden Alone
  176. Filter Skip Mask=3
  177. Ignored Attributes Mask=16
  178. Reverse Filters=1
  179.  
  180. # Exclude solely Read-Only & Hidden
  181. Filter Skip Mask=3
  182. Ignored Attributes Mask=16
  183. Reverse Filters=0
  184.  
  185. # Include Read-Only, Hidden, & System along with any other attribute
  186. Filter Skip Mask=7
  187. Ignored Attributes Mask=48
  188. Reverse Filters=1
  189.  
  190. # Exclude Read-Only, Hidden, & System along with any other attribute
  191. Filter Skip Mask=7
  192. Ignored Attributes Mask=48
  193. Reverse Filters=0
  194.  
  195. # Include solely Read-Only, Hidden, & System
  196. Filter Skip Mask=7
  197. Ignored Attributes Mask=16
  198. Reverse Filters=1
  199.  
  200. # Exclude solely Read-Only, Hidden, & System
  201. Filter Skip Mask=7
  202. Ignored Attributes Mask=16
  203. Reverse Filters=0
  204.  
  205. # Include files with No Attribute Setting
  206. Filter Skip Mask=0
  207. Ignored Attributes Mask=16
  208. Reverse Filters=1
  209.  
  210. # Exclude files with No Attribute Setting
  211. Filter Skip Mask=0
  212. Ignored Attributes Mask=16
  213. Reverse Filters=0
  214.